Home
last modified time | relevance | path

Searched hist:"6030 fd5fd1f7baaac3661a5301cc7838d4e3b7f6" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dvmalloc.cdiff 6030fd5fd1f7baaac3661a5301cc7838d4e3b7f6 Tue Oct 18 20:10:51 CEST 2022 Uladzislau Rezki (Sony) <urezki@gmail.com> mm: vmalloc: use trace_purge_vmap_area_lazy event

This is for debug purposes and is called when all outstanding areas are
removed back to the vmap space. It gives some extra information about:

- a start:end range where set of vmap ares were freed;
- a number of purged areas which were backed off.

[urezki@gmail.com: simplify return boolean expression]
Link: https://lkml.kernel.org/r/20221020125247.5053-1-urezki@gmail.com
Link: https://lkml.kernel.org/r/20221018181053.434508-6-urezki@gmail.com
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Oleksiy Avramchenko <oleksiy.avramchenko@sony.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>